From: Keir Fraser Date: Tue, 13 Apr 2010 11:21:28 +0000 (+0100) Subject: libxl: build fix for netbsd X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~12386 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=0e9cb215cfe4ca3df562c1ec6c44153d49add822;p=xen.git libxl: build fix for netbsd is needed to get definition for SIGPIPE and SIG_IGN. Signed-off-by: Christoph Egger --- diff --git a/tools/libxl/xl.c b/tools/libxl/xl.c index 3da7fa528b..84107b0cf9 100644 --- a/tools/libxl/xl.c +++ b/tools/libxl/xl.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include